--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Node / ReticulumProjects / MeshChatX.git / files / android / chaquopy-recipes / cryptography-46 / patches / pyo3_no_interpreter.patch
Displaying Raw • Download
android/chaquopy-recipes/cryptography-46/patches/pyo3_no_interpreter.patch v4.6.2-rc.2 (35ed7369) Text, 411 B
Tf85149--- src-original/Cargo.toml
T7ee787+++ src/Cargo.toml
Tc9d1d9@@ -22,7 +22,10 @@
[workspace.dependencies]
asn1 = { version = "0.22.0", default-features = false }
Tf85149-pyo3 = { version = "0.26", features = ["abi3"] }
T7ee787+
T7ee787+# Chaquopy: add abi3-py310 for Android cp311 wheels.
T7ee787+pyo3 = { version = "0.26", features = ["abi3", "abi3-py310"] }
T7ee787+
pyo3-build-config = { version = "0.26" }
openssl = "0.10.74"
openssl-sys = "0.9.110"
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────